type net/http.http2writePing

4 uses

	net/http (current package)
		h2_bundle.go#L5043: 		write: &http2writePing{data: sc.sentPingData},
		h2_bundle.go#L10710: type http2writePing struct {
		h2_bundle.go#L10714: func (w http2writePing) writeFrame(ctx http2writeContext) error {
		h2_bundle.go#L10718: func (w http2writePing) staysWithinBuffer(max int) bool {